home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Systeme / BatteryBooster / BatteryBooster.exe / {app} / BatteryBoosterSkipUAC.xml < prev    next >
Extensible Markup Language  |  2013-01-06  |  3KB  |  49 lines

  1.  ■<?xml version="1.0" encoding="UTF-16"?>
  2. <Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  3.   <RegistrationInfo>
  4.     <Date>2012-12-18T22:25:59</Date>
  5.     <Author>SubinNinan</Author>
  6.     <Description>Run Battery Booster on system startup without UAC prompt.</Description>
  7.   </RegistrationInfo>
  8.   <Triggers>
  9.     <BootTrigger>
  10.       <Enabled>true</Enabled>
  11.       <Delay>PT1M</Delay>
  12.     </BootTrigger>
  13.   </Triggers>
  14.   <Principals>
  15.     <Principal id="Author">
  16.       <LogonType>InteractiveToken</LogonType>
  17.       <RunLevel>HighestAvailable</RunLevel>
  18.     </Principal>
  19.   </Principals>
  20.   <Settings>
  21.     <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  22.     <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
  23.     <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
  24.     <AllowHardTerminate>true</AllowHardTerminate>
  25.     <StartWhenAvailable>false</StartWhenAvailable>
  26.     <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  27.     <IdleSettings>
  28.       <StopOnIdleEnd>true</StopOnIdleEnd>
  29.       <RestartOnIdle>false</RestartOnIdle>
  30.     </IdleSettings>
  31.     <AllowStartOnDemand>true</AllowStartOnDemand>
  32.     <Enabled>true</Enabled>
  33.     <Hidden>false</Hidden>
  34.     <RunOnlyIfIdle>false</RunOnlyIfIdle>
  35.     <WakeToRun>false</WakeToRun>
  36.     <ExecutionTimeLimit>PT0S</ExecutionTimeLimit>
  37.     <Priority>7</Priority>
  38.     <RestartOnFailure>
  39.       <Interval>PT1M</Interval>
  40.       <Count>3</Count>
  41.     </RestartOnFailure>
  42.   </Settings>
  43.   <Actions Context="Author">
  44.     <Exec>
  45.       <Command>"C:\BatteryBooster\BatteryBooster.exe"</Command>
  46.       <Arguments>/auto</Arguments>
  47.     </Exec>
  48.   </Actions>
  49. </Task>